home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / graphvew / dta21pb.arj / DFV.DOC next >
Text File  |  1993-12-20  |  8KB  |  165 lines

  1.                         DFV (Dave's Flic Viewer)
  2.                           Rel 0.0.8 (12/20/93)
  3.                    Copyright (c) 1993 by David K. Mason
  4.  
  5.   This is another alpha test version of my flic player, DFV.
  6.   DFV plays .FLI, .FLC, .FLX, .FLH, and .FLT animation files.
  7.  
  8.   It should be able to handle any 320x200 .FLI you throw at it.
  9.   If you've got a VESA-compliant SVGA or are running a VESA
  10.   driver, then DFV will be able to display .FLC files
  11.   with dimensions up and including to 1024x768 (in 640x480,
  12.   800x600, or 1024x768 mode).
  13.     If you've got a VESA 1.2 hicolor SVGA, or a hicolor SVGA with
  14.   a VESA 1.2 driver, then DFV can also handle .FLX and .FLH files
  15.   up to 800x600 (in 640x480 or 800x600 mode).
  16.     DFV can handle .FLT files up to 640x480, only if you've got
  17.   a VESA 1.2 truecolor SVGA, or truecolor SVGA with a VESA 1.2
  18.   driver.
  19.  
  20.   For a while, because the protected-mode version of this program
  21.   sometimes failed to initialize VESA graphics modes with some
  22.   video cards, I included a real-mode version of DFV too.
  23.   I'm pretty sure these particular bugs are fixed, so there
  24.   won't be a real-mode version anymore.  The real-mode version
  25.   was pretty useless because it often couldn't load reasonably-
  26.   sized flics completely into memory and had to do a lot of
  27.   painfully slow disk-swapping.
  28.  
  29.   If your flic is larger than 16MB, you're going to get some
  30.   pauses when DFV reads from disk... DFV uses '286 protected mode,
  31.   not '386 protected mode, so 16MB is the max even if you've got
  32.   more in your machine.
  33.  
  34.   DFV requires RTM.EXE and DPMI16BI.OVL files from either the
  35.   DTA archive or the DMorf archive.  When DFV goes "final", I'll
  36.   include these files in the archive (or just bundle DFV with
  37.   DTA, my program which builds .FLI, .FLC, and .FLX files).
  38.  
  39.   For a list of current command syntax, just type "DFV" with no
  40.   parameters.
  41.  
  42. Version History
  43. ---------------
  44.  
  45. Rel. 0.0.8 (12/20/93) -
  46.  o Got rid of "tweaked VGA" modes... it was way too slow and
  47.    often worked incorrectly.
  48.  o Added support for higher resolution flics... up to 1024x768
  49.    for .FLC, up to 800x600 for .FLH and .FLX.  .FLT will only
  50.    go to 640x480 since most SVGAs won't go higher for truecolor.
  51.  o Got rid of TS4000 support... now that VESA works right, it's
  52.    a waste of code.
  53.  o Got rid of some obsolete options... /FV, /FS.
  54.  
  55. Rel. 0.0.7 (12/01/93) -
  56.  o Fixed some bugs that prevented DFV from playing some ANIPRO
  57.    .FLC files.
  58.  o Speeded up SVGA .FLC and .FLX display by about 11%.
  59.  o Added support for .FLH (hicolor, but better compressed than
  60.    .FLX) and .FLT (truecolor) flic files.  DTA is the only
  61.    program that currently builds these, but I'm willing to
  62.    share file format info with anybody who's interested.
  63.  
  64. Rel. 0.0.6 (11/24/93) -
  65.  o Fixed some bugs which prevented DFV from playing some
  66.    FLC files in tweaked VGA modes.
  67.  o Added /FS switch, which forces DFV to go into SVGA display
  68.    mode even when a .FLC's resolution implies one of the
  69.    tweaked VGA modes (320x240, 320x400, 320x480, 360x480).
  70.      SVGA display is higher resolution, has square pixels, and
  71.    it's much faster because it doesn't have to bother with
  72.    EGA-style bitplanes.
  73.  
  74. Rel. 0.0.5 (11/04/93) -
  75.  o I think I finally got the DFVX/VESA bug fixed.
  76.  o Added /L, which lets you specify how many times to
  77.    loop the animation.
  78.  o Got some more speed out of SVGA and hicolor display.
  79.  o Got some more speed in 320x200 .FLI display...
  80.    instead of using "tweaked" VGA for 320x200, I switched
  81.    it to regular mode 13h display.
  82.    (Tweaked VGA resolutions like 360x480, 320x480, 320x400, 320x240,
  83.    etc. still display pretty slowly.)
  84.  
  85. Rel. 0.0.4 (09/30/93) -
  86.  o Fixed a bug in the timer routines... if you typed DFV
  87.    with no parameters to get the syntax, DFV forgot to
  88.    turn off high-speed timing, and the system clock would
  89.    go crazy, advancing a minute every few seconds.
  90.  o Added direct support for TS4000 boards (hicolor only, so
  91.    far) ... well, it works on the one I've tried it with, anyway.
  92.    Hopefully it'll work on other folks' machines, too.
  93.      Because it doesn't have to use real mode interrupts at all,
  94.    it's faster than VESA and there don't seem to be the
  95.    incompatibility problems I've run into using some VESA
  96.    TSRs.
  97.      Later on I plan to add TS4000 support for the 256-color SVGA
  98.    modes, and also direct support for some other SVGA chipsets.
  99.      (DFV seems to play .FLX files *lots* faster when using the
  100.    TS4000 code... but this may be partly because I was using
  101.    it on a '486 DX-50 with local bus video instead of a '486
  102.    DX2-50 without local bus video.)
  103.  o Added a /B command line switch, for specifying the number of
  104.    64K buffers that DFV is allowed to try allocating...
  105.    Unless told otherwise, DFV will allocate as many buffers as
  106.    (1) it needs to hold the entire flic; and (2) are available.
  107.    This can fill up memory real fast, so if you type
  108.     dfv x.flc /b1
  109.    DFV will only use up 64k for flic storage.
  110.    Sometimes, when there isn't enough memory for a whole flic,
  111.    there can be lengthy pauses when DFV stops to refill all
  112.    the buffers with the next portion... the more buffers you
  113.    use, the longer this pause will be.  If you use fewer buffers,
  114.    there will be more pauses, but each one will be a lot shorter
  115.    and less distracting.
  116.  o Changed the keys for variable speed a bit... <2> now represents
  117.    33 milliseconds per frame, which works out to about 30 frames
  118.    per second (the speed of American television) and <3> now
  119.    represents 42 milliseconds per frame, or about 24 frames per
  120.    second (the speed of motion pictures).
  121.    (FYI, <4> = 75, <5> = 125>, <6> = 175, <7> = 275, <8> = 375,
  122.    and <9> = 500.  <1> still represents "as fast as possible",
  123.    and <0> still represents whatever speed is built into the
  124.    flic file.
  125.  
  126. Rel. 0.0.3 (09/17/93) -
  127.  o Got flic speed working right in protected mode... I think.
  128.    It messes with timing, but it looks like it sets it back
  129.    to normal when it's finished playing.  I dunno, but this
  130.    might cause problems with running DFV in a DOS window in
  131.    Windows or OS/2.  Haven't had a chance to try it out.
  132.  o Added variable speed based on keys 0-9, in a sleazy imitation
  133.    of Trilobyte's PLAY program.
  134.    1 sets speed to 0, the fastest that DFV can display a flic.
  135.    2 through 9 slow the flic down in increments, with 9 being
  136.      real slow.
  137.    0 resets the speed to the speed from the file.
  138.  o DFV was having problems playing some .FLX files produced
  139.    by Tempra Turbo Animation... I think I've got this fixed.
  140.  o Fixed a problem in the real mode version that made DFV display
  141.    graphics in VESA modes *much* too slowly.  It was doing bank-
  142.    switching calculations for every pixel when it didn't have
  143.    to.
  144.  o Got the protected mode version to play FLX files on a couple
  145.    machines which had VESA TSRs instead of VESA hardware.
  146.    Hey Dan R., does this work on yours?
  147.  o DFV expected every palette chunk in a flic to have exactly
  148.    256 colors in it... which was okay if it was playing a
  149.    flic built with DTA, which always does, but was NOT okay
  150.    for flics built in some other programs.
  151.    Expanded the code to fully support partial and multiple
  152.    color packets.
  153.  
  154. Rel. 0.0.2 (09/12/93) -
  155.  o Split DFV into two versions: DFV (real mode) and
  156.    DFVX (protected mode).
  157.  o Fixed a problem with disk paging... whenever a flic
  158.    was bigger than memory, it would crash when it finished
  159.    playing the first chunk.
  160.  o DFV couldn't play hicolor flics in resolutions other than
  161.    640x480 correctly.  Now it can handle lower-res FLX files
  162.    okay.
  163.  
  164. Rel. 0.0.1 (09/09/93) - Initial release
  165.